home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 11: TSX-11 / Linux Cubed Series 11 - TSX-11 Vol 1.iso / usr.bin / fetchpop.9 < prev    next >
Text File  |  1996-11-30  |  5KB  |  118 lines

  1.   ---+++====   fetchpop 1.9 RELEASE Jun 25 1996   ===+++---
  2.  
  3. CHANGES FROM 1.8:
  4. 1. $HOME/.fetchhost file is encrypted. If you are upgrading from older 
  5.    version of fetchpop, remove the old $HOME/.fetchhost file prior 
  6.    to run this release.
  7. 2. The -s flag has been renamed to -m.
  8. 3. When Fetchpop was compiled with -DLogShowfrom, 
  9.    it displays the 'From:' and 'Subject:' lines of retrieved messages.
  10. 4. $HOME/.lockfetch has been renamed to $HOME/.lockfetch-$HOSTNAME for NFS.
  11. 5. Some minor code arrangements.
  12. 6. -b option for rewriting local mail IDs in fetched mail into replyable
  13.    addresses. 
  14. 7. fixed manual page.
  15. 8. Added the preference for Log file in compile-time configuration.
  16.    Now fetchpop works with xbiff and xmailbox for notification of only 
  17.    retrieved mails.
  18.  
  19. CHANGES 1.8 FROM 1.7 (1.0, 1.3, 1.4, 1.6):
  20.    Too many to mention here.
  21.  
  22. OVERVIEW:
  23.    fetchpop is a pop3 mail client designed around the concept "I do
  24. not want to lose my mail!"
  25.  
  26.    By default, fetchpop retrieves new mail from the remote pop mail
  27. server and appends it to your mailbox file, using information in the
  28. file ~/.fetchhost.  Fetchpop has many options to change its default
  29. behavior.
  30.  
  31. Some of the features of fetchpop are:
  32.    - fetchpop can run as a daemon process (-d flag), 
  33.    - fetchpop can be run in script files, such as ppp-on, dip, 
  34.      and rc.local
  35.    - fetchpop works with procmail and .forward file. (-p and -m flags)
  36.    - fetchpop can be used to mount /var/spool/mail on a subnet
  37.    - fetchpop does mail folder protection with exclusive 
  38.      write-lock on mail folder files.
  39.    - fetchpop retrieves only new unread messages, by default.
  40.    - fetchpop can retrieve only a specific message.
  41.    - fetchpop can be used to check only how many messages are 
  42.      in the remote server. 
  43.    - fetchpop works with xbiff and xmailbox for only retrieved mails from
  44.      remote server.
  45.    - and more.
  46.  
  47.    Some default behavior of fetchpop in version 1.8 and 1.9 has been changed.
  48. In particular, older versions deleted retrieved messages by default.
  49. For more information about fetchpop and its option, refer to the man
  50. page.  (If you have already installed fetchpop, do 'man fetchpop'. 
  51. Otherwise, do 'nroff -man fetchpop.1L | more')
  52.  
  53.    YOU DO NOT NEED TO HAVE A MAIL DELIVERY AGENT OR PROCMAIL TO USE FETCHPOP.
  54. The -m and -p options are extra features that can be used to deliver
  55. retrieved mail to you through a mail agent or filter, instead of
  56. directly appending it (by default or -o flag) to a local mail folder
  57. file.  Direct appending is a lot faster, and more reliable because of
  58. file locking, and takes up less of the system's resources than the
  59. mail agent delivery options
  60.  
  61.    Latest version of fetchpop can be obtained from
  62.     ftp://ohlab.net/pub/fetchpop
  63.     (Currently, seung-hong.ganet.net/pub/linux/fetchpop)
  64.  
  65.    Sites that carry fetchpop
  66.     ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/
  67.     ftp://sunsite.unc.edu/pub/Linux/system/Mail/pop
  68.  
  69. HOW TO COMPILE AND INSTALL FETCHPOP:
  70.  
  71. 1. Check the Makefile
  72.   If you want to compile fetchpop with procmail -p flag support or/and -m flag
  73. support, use -DHAVEPROCMAIL or/and -DHAVEMDA as EXTRA_OPTION flags.
  74.  
  75. 2. Check config.h
  76.    IMPORTANT: edit DefaultMDA and/or FORMAIL variables in "config.h"
  77. to where those programs are in your system, if you are compiling with
  78. -DHAVEMDA and/or -DHAVEPROCMAIL and you  plan to use -m and -p flags
  79. for mail delivery.
  80.  
  81. 3. Type 'make' to build the software. 
  82.  
  83. 4. To install it, do 'su root' and then type 'make install'.
  84.  
  85. AUTHOR:
  86.    fetchpop was written by Seung-Hong Oh <oh@cis.ohio-state.edu>
  87.  
  88. COPYRIGHT:
  89.    Copyright (C) 1996        Seung-Hong Oh
  90. The  fetchpop code is under GPL.  You can freely use, 
  91. redistribute, modify, and enhance it as long as you acknowledge  
  92. Seung-Hong Oh as the original author.  
  93. If you modify fetchpop, send me a copy of it.
  94.  
  95. LIMITATION:
  96.    Some  sites  use  old  POP3  mail  servers that are poorly
  97. implemented.  In such servers, POP3 LAST and QUIT command is  
  98. not  working as described in RFC 1225, causing all the messages 
  99. in the remote server to be seen as new.  On these servers,  
  100. always use fetchpop with the -r flag
  101.  
  102. PLATFORMS:
  103.    Linux, SunOS, HP-UX, and other Unix-like OSs.
  104.  
  105. BUGS:
  106.    No known bugs. Send bug reports to oh@cis.ohio-state.edu
  107.  
  108. THANKS TO
  109.    All the people who sent me comments and suggestion, and:
  110.  
  111. * Franz v. Weizsaecker <franz@p2p.de>
  112.     lots of suggestion and comments. 
  113. * Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
  114.     bug report and suggestion. 
  115. * Eric S. Raymond <esr@thyrsus.com>
  116.     corrected the docs (README and the fetchpop man page) 
  117.         and added the -b option.
  118.